home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintmant / sysconf.txt < prev    next >
Text File  |  1992-03-24  |  1KB  |  64 lines

  1. Sysconf(2)                Oct. 1, 1991                 Sysconf(2)
  2.  
  3.  
  4.  
  5. NAME
  6.      Sysconf - get information about operating system  configura-
  7.      tion
  8.  
  9. SYNOPSIS
  10.      LONG Sysconf( WORD n );
  11.  
  12. DESCRIPTION
  13.      Sysconf returns information about various limits or capabil-
  14.      ities of the currently running version of MiNT. The variable
  15.      n controls which limit or capability is  being  queried,  as
  16.      follows:
  17.              n Value Returned
  18.  
  19.           -1   return max. legal value for n in Sysconf(n)
  20.           0    return max. number of memory regions per process
  21.           1    return max. length of Pexec() command line string
  22.           2    return max. number of open files per process
  23.           3    return number of supplementary group id's
  24.           4    return max. number of processes per user
  25.      If any of these items are  unlimited,  then  0x7fffffffL  is
  26.      returned.
  27.  
  28. SEE ALSO
  29.      Dpathconf(2)
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Version 0.9   Last change: MiNT Programmer's Manual             1
  61.  
  62.  
  63.  
  64.